home *** CD-ROM | disk | FTP | other *** search
/ Saar AMOK 2 / Saar AMOK II - Oktober 1994 (1994)(Kreativ Marketing)(DE)[!][I-7598].iso / tools / toolalias / source.lha / icon.h < prev    next >
C/C++ Source or Header  |  1993-02-12  |  207b  |  7 lines

  1. /* prototypes from icon.c */
  2. BOOL GetOurIcon(struct WBStartup *WBenchMsg);
  3. void FreeOurIcon(void);
  4. char *TTString(char *name, char *def);
  5. LONG TTInt(char *name, LONG def);
  6. BOOL TTBool(char *name, BOOL def);
  7.